Welcome![Sign In][Sign Up]
Location:
Search - CSharp p

Search list

[.NET/ASPXC#教学ppt 第一章 CSharp基础

Description:

一个不错的ppt教程


Platform: | Size: 46094 | Author: rslonghorn | Hits:

[Com PortNetSerialComm

Description: Use P/Invoke to Develop a .NET Base Class Library for Serial Device Communications
Platform: | Size: 137216 | Author: lsj | Hits:

[GUI DevelopInfragistics NetAdvantage 2005 Vol 1 Source Code.p

Description: 功能介绍:1.基于COM、.NET 和ASP.NET 的75种最佳表示层组件:包括网格、图表、工具条、菜单、制表符、树状子目录结构、进度表、日历、编辑器、GUI控件以及更多…2.利用Infragistics的表示层构架可用于继承并创建自定义组件的图形界面跨环境的通用对象模块提供更方便的在线学习 3.支持WindowsXP功能。4.RAD 设计器提升了可视化设计的速度。5.使用NetAdvantage's ASP.NET组件可以在瘦客户端环境中创建胖客户端的应用程序。6.提供ASP.NET组件的服务器端应用程序接口(API)7.应用广泛、直观的对象模块,包括了丰富的事件、方法和属性集合,可进行细化至象素水平的编程8.跨环境的通用对象模块提供更方便的在线学习-functional presentations : 1. COM,.NET and ASP.NET said the 75 best-components include : grids, charts, toolbars, menus, tabs, tree subdirectory structure, schedules, calendars, editors, GUI controls, and more ... 2 . Infragistics said the use of the layer structure can be used to inherit and create a custom graphical interface components of the environment across the Common Object Module provide more convenient online learning 3. WindowsXP support functions. 4.RAD design for improved visual design speed. 5. NetAdvantage's use ASP.NET components in the thin client environment can be created fat client applications. 6.NET components for the server-side application programming interface (API) 7. Widespread use, intuitive object modules, including a wealth of events, methods and attribu
Platform: | Size: 10000384 | Author: 客户 | Hits:

[Other精通CSharp(PDF)

Description: 介绍c#语言的语法,本书最适合初学者使用 也可对熟悉c#的开发人员提供参考-introduced c# language syntax, the book most suitable for beginners can also familiar with the c# developers provide reference
Platform: | Size: 1280000 | Author: 吴佳泽 | Hits:

[GIS programfirstDemo

Description: VS2005 CSharp 开发的Geomedia定制能够程序,Geomedia版本V6.0.34.57,如果为其他版本,需重现加载引用,并注释掉MainFrm中以下内容: using AxMapviewLib = AxIntergraph.GeoMedia.MapviewLib using AxGMNorthArrowLib = AxIntergraph.GeoMedia.GMNorthArrowLib using AxGMScaleBarLib = AxIntergraph.GeoMedia.GMScaleBarLib using PClient = Intergraph.GeoMedia.PClient using PView = Intergraph.GeoMedia.PView using MapviewLib = Intergraph.GeoMedia.MapviewLib using PCSS = Intergraph.GeoMedia.PCSS using PDBPipe =Intergraph.GeoMedia.PDBPipe using GDO = Intergraph.GeoMedia.GDO -VS2005 CSharp development of the customized to Geomedia procedures, Geomedia V6.0.34.57 version, and if other versions need to return loading invoked, MainFrm China and comment out the following : using AxMapviewLib = AxIntergraph.GeoMedia. MapviewLib using AxGMNorthArrowLib = AxInter graph.GeoMedia.GMNorthArrowLib using AxGMS caleBarLib = AxIntergraph.GeoMedia.GMScale BarLib using PClient = Intergraph.GeoMedia.P Client using PView = Intergraph.GeoMedia.PVi ew using MapviewLib = Intergraph.GeoMedia.Ma pviewLib using PCSS = Intergraph.GeoMedia.PC SS = Intergraph.GeoMedia.PDBPi using PDBPipe pe using GDO = Intergraph.GeoMedia.GDO
Platform: | Size: 115712 | Author: | Hits:

[CSharpStockPchomeTW

Description: Getting stock exchange information from pchome.com.tw and display in custom formated table.-Getting stock exchange information from p chome.com.tw and display in custom formated ta ble.
Platform: | Size: 10240 | Author: Aaron99 | Hits:

[CSharpPeer_Conference_System

Description: DirectShow 的.net平台下的网络视频传输系统,可以编译成assembly dll, 然后在c#中用p/invoke调用即可-DirectShow
Platform: | Size: 101376 | Author: yummy | Hits:

[CSharpCsharp-pdf

Description: C# 语法全解 pdf版.CSharp是一种简单\现代\面向对象且类型安全的编程语言。-C# Grammar pdf version of the entire solution. CSharp is a simple and modern object-oriented type-safe programming language.
Platform: | Size: 1770496 | Author: leewm | Hits:

[.netp

Description: 分词组件 for .net 2.0,即将发布。 o-Word component for. Net 2.0, the upcoming release. o
Platform: | Size: 1110016 | Author: cefriend | Hits:

[CSharpCS_FiveChees_Client_Server

Description: CSharp基于client/server的五子棋网络联机游戏源代码-CSharp-based client/server online game of backgammon source code
Platform: | Size: 979968 | Author: 李琦 | Hits:

[.netWindowsServices

Description: Simple Windows Services Describe Windows Service under Visual Studio Introduction As a matter of fact Microsoft Windows services, formerly known as NT services enable you to create long-running executable applications that run in its own Windows session, which then has the ability to start automatically when the computer boots and also can be manually paused, stopped or even restarted. This makes services ideal for use on a server or whenever you need long-running functionality that does not interfere with other users who are working on the same computer. You can also run services in the security context of a specific user account that is different from the logged-on user or the default computer account. Windows services don抰 have any interface to the user, so it can not be debugged like any regular application, but it抯 debugged as a process. .NET has a very nice tool that enables processes debugging while it抯 in the run status, by easily pressing Ctrl + Alt + P shortcut. -Simple Windows Services Describe Windows Service under Visual Studio Introduction As a matter of fact Microsoft Windows services, formerly known as NT services enable you to create long-running executable applications that run in its own Windows session, which then has the ability to start automatically when the computer boots and also can be manually paused, stopped or even restarted. This makes services ideal for use on a server or whenever you need long-running functionality that does not interfere with other users who are working on the same computer. You can also run services in the security context of a specific user account that is different from the logged-on user or the default computer account. Windows services don抰 have any interface to the user, so it can not be debugged like any regular application, but it抯 debugged as a process. .NET has a very nice tool that enables processes debugging while it抯 in the run status, by easily pressing Ctrl+ Alt+ P shortcut.
Platform: | Size: 188416 | Author: Eds | Hits:

[CSharppelco-P

Description: Pelco-P to control the ptz camera.
Platform: | Size: 2048 | Author: qianqian | Hits:

[Internet-Networkp2p

Description: 这是我在学习p2p时网上找的资料,大家下载下来看吧,可以节省不少的的时间-study the p to p
Platform: | Size: 2394112 | Author: hahavi | Hits:

[OtherCsharp(PDF)

Description: c#系列教程PDF版本,适合初学者及中高阶使用者-c# series of tutorials PDF version, suitable for beginners and advanced users in the
Platform: | Size: 1259520 | Author: Sun lf | Hits:

[WEB CodeCSharp

Description: Lậ p trình hư ớ ng đ ố i tư ợ ng C mong mọ i ngờ i ủ ng hộ
Platform: | Size: 1219584 | Author: lunem | Hits:

[CSharpcode-p-value-csharp

Description: z distribution in Csharp
Platform: | Size: 1024 | Author: djonger | Hits:

[OtherBeginning-Visual-C-shap-2010-Wrox-Programmer-to-P

Description: begining csharp teching
Platform: | Size: 16033792 | Author: hipomimi | Hits:

[CSharpVisual-CSharp-P-SQL-Server

Description: 《Visual C# + SQL Server数据库开发与实例》 该书的源码-" Visual C#+ SQL Server database development and examples" source book
Platform: | Size: 10132480 | Author: 王本春 | Hits:

[CSharpCsharp

Description: C#基础概念二十五问 1.静态成员和非静态成员的区别? 2.const 和 static readonly 区别? 3.extern 是什么意思? 4.abstract 是什么意思? 5.internal 修饰符起什么作用? 6.sealed 修饰符是干什么的? 7.override 和 overload 的区别? 8.什么是索引指示器? 9.new 修饰符是起什么作用? 10.this 关键字的含义? 11.可以使用抽象函数重写基类中的虚函数吗? 12.密封类可以有虚函数吗? 13.什么是属性访问器? 14.abstract 可以和 virtual 一起使用吗?可以和 override 一起使用吗? 15.接口可以包含哪些成员? 16.类和结构的区别? 17.接口的多继承会带来哪些问题? 18.抽象类和接口的区别? 19.别名指示符是什么? 20.如何手工释放资源? 21.P/Invoke是什么? 22.StringBuilder 和 String 的区别? 23.explicit 和 implicit 的含义? 24.params 有什么用? 25.什么是反射? -C# Basics twenty-five ask a Static members and non-static member difference? 2.const and static readonly difference? 3.extern What does it mean? 4.abstract What does it mean? 5.internal modifiers what role? 6.sealed modifier is doing? 7.override and overload the difference? 8 What is indexer? 9.new modifier is what role? 10.this keyword meaning? 11 You can use the abstract base class function overrides the virtual function do? 12 sealed class can have a virtual function? 13 What is the property accessor? 14.abstract can be used in conjunction with virtual do? You can use it together and override? 15 The interface can contain what members? 16 the difference between classes and structures? 17 interface, which will bring the problem of multiple inheritance? 18 the difference between abstract classes and interfaces? 19. Alias ​ ​ indicator is it? 20 How to manually release resources? 21.P/Invoke What? 22.StringBuilder and String difference? 23.explicit and implicit meanings? 24.p
Platform: | Size: 1055744 | Author: stallion | Hits:

[Dialog_Windowexample-of-CSharp-call-CPP-dll

Description: C#调用C++dll实例(使用了P/Invoke的调用方法)-example of C# call C++ dll
Platform: | Size: 91136 | Author: guorui | Hits:
« 12 3 4 »

CodeBus www.codebus.net